# Great Britain
GBR = {
	always = no
}

# -------------------------------------

# Holy Roman Empire
HRE = {
	always = no
}
RHC = {
	always = no
}

# -------------------------------------

# France
FRA = {
	NOT = { exists = ROY }
}
ROY = {
	NOT = { exists = FRA }
}

# -------------------------------------

# Italy
KOI = {
	always = no
}

# -------------------------------------

# Netherlands
NED = {
	NOT = { exists = DBL }
}
DBL = {
	NOT = { exists = NED }
}

# -------------------------------------

# Poland
REB = {
	NOT = { exists = POL }
}

# -------------------------------------

# Portugal
POR = {
	OR = {
		is_core = POR
		capital_scope = {
			is_core = POR
		}
	}
}

# -------------------------------------

# Spain
SPA = {
	OR = {
		is_core = SPA
		capital_scope = {
			is_core = SPA
		}
	}
}

# -------------------------------------

# Serbia
REB = {
	NOT = { exists = SRB }
}

# -------------------------------------

# Greece
REB = {
	NOT = { exists = GRK }
}


# -------------------------------------

# Naples - Two Sicilies
NAP = {
	NOT = { exists = NDS }
}
NDS = {
	NOT = { exists = NAP }
}

# -------------------------------------


# Sardinia-Piedmont
PIE = {
	OR = {
		is_core = PIE
		capital_scope = {
			is_core = PIE
		}
	}
	NOT = { exists = KOI }
}


# -------------------------------------

# Russia
RUS = {
	OR = {
		is_core = RUS
		capital_scope = {
			is_core = RUS
		}
	}
}

# -------------------------------------

# Prussia
PRU = {
	OR = {
		is_core = PRU
		capital_scope = {
			is_core = PRU
		}
	}
}


# -------------------------------------

# Wallachia
WAL = {
	always = no
}

# -------------------------------------

# Moldavia
MOL = {
	always = no
}

# -------------------------------------

# -------------------------------------
